google.golang.org/grpc/internal/transport.http2Client.Close (method, view implemented interface methods)
8 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L400: t.Close(err)
http2_client.go#L955: func (t *http2Client) Close(err error) {
http2_client.go#L1027: t.Close(connectionErrorf(true, nil, "no active streams left to process while draining"))
http2_client.go#L1275: t.Close(connectionErrorf(true, nil, "received goaway with non-zero even-numbered numbered stream id: %v", id))
http2_client.go#L1293: t.Close(connectionErrorf(true, nil, "received goaway with stream id: %v, which exceeds stream id of previous goaway: %v", id, t.prevGoAwayID))
http2_client.go#L1318: t.Close(connectionErrorf(true, nil, "received goaway and there are no active streams"))
http2_client.go#L1624: t.Close(connectionErrorf(true, err, "error reading from server: %v", err))
http2_client.go#L1683: t.Close(connectionErrorf(true, nil, "keepalive ping failed to receive ACK within timeout"))